home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCGUIA 109
/
PC Guia 109.iso
/
Html
/
novis.swf
/
scripts
/
DefineButton2_14
/
BUTTONCONDACTION on(rollOver).as
< prev
Wrap
Text File
|
2004-07-14
|
164b
|
12 lines
on(rollOver){
if(_currentframe <= 47)
{
play();
}
else
{
gotoAndPlay(95 - _currentframe);
}
_root.leg.gotoAndStop(2);
}